From: Richard M. Stallman Date: Tue, 5 Mar 1996 22:04:03 +0000 (+0000) Subject: (mail-abbrevs-setup): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84308 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=178047284a939844b972140cba7fdc4eb1d11e79;p=emacs.git (mail-abbrevs-setup): Doc fix. --- diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index bc9c480ca89..4ab61fa8d44 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -138,6 +138,7 @@ no aliases, which is represented by this being a table with no entries.)") ;;;###autoload (defun mail-abbrevs-setup () + "Initialize use of the `mailabbrev' package." (if (and (not (vectorp mail-abbrevs)) (file-exists-p mail-personal-alias-file)) (build-mail-abbrevs))